RewriteEngine on
RewriteRule ^([a-z0-9]{6})$ index.php?redirect=$1 [L] 

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php55” package as the default “PHP” programming language.
<IfModule mime_module>
  AddType application/x-httpd-php .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
